Version

GridIDPairCollection<T> Class Members

The following tables list the members exposed by GridIDPairCollection<T>.

Public Properties
 NameDescription
Public PropertyCountGets the number of elements contained in the System.Collections.ICollection.  
Public PropertyIsFixedSizeGets a value indicating whether the System.Collections.IList has a fixed size.  
Public PropertyIsReadOnlyGets a value indicating whether the System.Collections.IList is read-only.  
Public PropertyIsSynchronizedGets a value indicating whether access to the System.Collections.ICollection is synchronized (thread safe).  
Public PropertyItemGets the collection of Items in the control.  
Public PropertySyncRootGets an object that can be used to synchronize access to the System.Collections.ICollection.  
Protected Properties
 NameDescription
Protected PropertyGrid  
Public Methods
 NameDescription
Public MethodAddOverloaded. Appends the item to the collection.  
Public MethodClearRemoves all items from the System.Collections.IList.  
Public MethodContainsOverloaded. Returns true if the collection contains the item.  
Public MethodCopyToCopies the elements of the System.Collections.ICollection to an System.Array, starting at a particular System.Array index.  
Public MethodGetEnumeratorReturns an enumerator that iterates through a collection.  
Public MethodIndexOfOverloaded. Returns the index of the item in the collection.  
Public MethodInsertOverloaded. Inserts the item to the underlying collection.  
Public MethodRemoveOverloaded. Removes the item from the collection.  
Public MethodRemoveAtRemoves the System.Collections.IList item at the specified index.  
Protected Methods
 NameDescription
Protected MethodAreKeysEqualCompares two keys.  
Protected MethodEqualsIDPairsCompares two IdPair objects and tells if they are the same object, value wise.  
Protected MethodResolveIDPairGiven the specified item, return an id pair that will be stored to retrieve the item at a later point.  
Protected MethodResolveItemFromIDPairGiven an id pair, resolve the underlying item.  
See Also